projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1add5ec
)
Autoload entry point testcover-start
author
Mark Oteiza
<mvoteiza@udel.edu>
Thu, 6 Oct 2016 02:49:14 +0000
(22:49 -0400)
committer
Mark Oteiza
<mvoteiza@udel.edu>
Thu, 6 Oct 2016 02:49:14 +0000
(22:49 -0400)
* lisp/emacs-lisp/testcover.el: Add autoload cookie for
testcover-start.
lisp/emacs-lisp/testcover.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/testcover.el
b/lisp/emacs-lisp/testcover.el
index a0c0d85fb2981095819dad6daafe70aec197b369..c6a5e3b9d4f90790997c01527485ef52dd0c5db8 100644
(file)
--- a/
lisp/emacs-lisp/testcover.el
+++ b/
lisp/emacs-lisp/testcover.el
@@
-184,6
+184,7
@@
call to one of the `testcover-1value-functions'."
;;; Add instrumentation to your module
;;;=========================================================================
+;;;###autoload
(defun testcover-start (filename &optional byte-compile)
"Uses edebug to instrument all macros and functions in FILENAME, then
changes the instrumentation from edebug to testcover--much faster, no